home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / gamesrc / abermud / object.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-07-08  |  153 b   |  12 lines

  1. struct objectitem
  2. {
  3.     char *o_name;
  4.     char *o_desc[4];
  5.     long o_maxstate;
  6.     long o_value;
  7.     long o_flannel;
  8. };
  9.  
  10. typedef struct objectitem OBJECT;
  11.  
  12.